Open
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
24a5377 to
b48f2e2
Compare
b48f2e2 to
038ea7e
Compare
038ea7e to
ca7693b
Compare
ca7693b to
939e77d
Compare
939e77d to
3eca581
Compare
3eca581 to
dea8838
Compare
- Add site URL (https://simple-stack.dev) to astro.config.mjs enabling canonical URLs, sitemap generation, and proper OG meta tags - Add WebSite + Person JSON-LD structured data for search engine and AI engine discoverability - Add robots.txt pointing to sitemap - Remove redundant custom title head override on homepage - Add noindex meta to deprecated pages (stream, form/*) to preserve crawl budget - Add title attribute to video element in stream.md for accessibility Co-Authored-By: Oz <oz-agent@warp.dev>
dea8838 to
23c3b6d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
SEO & AEO Audit Fixes
This PR addresses several SEO and AEO (Answer Engine Optimization) issues found during an audit of the
wwwdocumentation site.Critical Fixes
siteURL toastro.config.mjs— enables canonical URLs, sitemap generation (via Starlight's built-in@astrojs/sitemap), and proper absolute URLs in OG/Twitter meta tagsrobots.txt— guides crawlers and points to the generated sitemapHigh Priority Fixes
headconfig — improves search engine understanding and AI engine discoverabilityog:typemeta tag — ensures proper Open Graph typing for social sharesMedium Priority Fixes
noindex— Stream and Form pages (4 total) are deprecated and now have<meta name="robots" content="noindex, follow">to preserve crawl budgetheadtag was overriding Starlight's default title behaviortitleattribute to video element instream.mdfor accessibility and SEOWhat Starlight Already Handles
lang="en"on<html>✅siteis set) ✅siteis set) ✅Build Verification
Verified with
astro check && astro build— 0 errors, 0 warnings.This PR was generated with Oz.